net/http.http2responseWriterState.stream (field)
19 uses
net/http (current package)
h2_bundle.go#L6328: rws.stream = st
h2_bundle.go#L6391: rw.rws.stream.cancelCtx()
h2_bundle.go#L6398: write: http2handlerPanicRST{rw.rws.stream.id},
h2_bundle.go#L6399: stream: rw.rws.stream,
h2_bundle.go#L6581: stream *http2stream
h2_bundle.go#L6611: err = cw.rws.stream.closeErr
h2_bundle.go#L6705: err = rws.conn.writeHeaders(rws.stream, &http2writeResHeaders{
h2_bundle.go#L6706: streamID: rws.stream.id,
h2_bundle.go#L6734: if err := rws.conn.writeDataFromHandler(rws.stream, p, endStream); err != nil {
h2_bundle.go#L6740: err = rws.conn.writeHeaders(rws.stream, &http2writeResHeaders{
h2_bundle.go#L6741: streamID: rws.stream.id,
h2_bundle.go#L6805: st := w.rws.stream
h2_bundle.go#L6831: st := w.rws.stream
h2_bundle.go#L6881: case <-rws.stream.cw:
h2_bundle.go#L6882: err = rws.stream.closeErr
h2_bundle.go#L6900: cw := rws.stream.cw
h2_bundle.go#L6966: rws.conn.writeHeaders(rws.stream, &http2writeResHeaders{
h2_bundle.go#L6967: streamID: rws.stream.id,
h2_bundle.go#L7051: st := w.rws.stream
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |